SQL SERVER 查看所有触发器 SQL SERVER 查看所有触发器 SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] , ...